POST api/valuation/{valuationId}/feedbacknotified?notifiedDate={notifiedDate}&negotiatorIds[0]={negotiatorIds[0]}&negotiatorIds[1]={negotiatorIds[1]}&vendorNotified={vendorNotified}
Record that the feedback for a Valuation was notified to the vendor.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| valuationId |
valuation id |
integer |
Required |
| notifiedDate |
The date the vendor was notified |
date |
None. |
| negotiatorIds |
The negotiator(s) who notified the vendor |
Collection of integer |
None. |
| vendorNotified |
Whether or not the vendor has been notified. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |